text CSS


Posted by mijouhsieh on 2023-12-20

反選文字設定顏色

codepen

::selection {
    color: #ea1b0e;
    background-color: rgba(255,222,230,.9);
}

#css text #::selection







Related Posts

Day 22-Pong Game

Day 22-Pong Game

[ CSS 02 ] 各種裝飾

[ CSS 02 ] 各種裝飾

【Windows】消除桌面右下角浮水印

【Windows】消除桌面右下角浮水印


Comments